tree-view: don't use gtk_style_context_set_background()
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 20 Nov 2012 17:43:37 +0000 (12:43 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 20 Nov 2012 18:41:39 +0000 (13:41 -0500)
commitddceddaa84222f3f2b40fe5ce3b04dc7ddf6cace
tree1de062a30ec17d006c3921c8d1464859b9b16085
parentda09447914c0919362533182261a2c862ac8de81
tree-view: don't use gtk_style_context_set_background()

Render a background with gtk_render_background() in draw() instead.
Note that we still use gtk_style_context_set_background() for the header
window.

https://bugzilla.gnome.org/show_bug.cgi?id=688744
gtk/gtktreeview.c